projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7683ff
)
(command-line): Setq inhibit-startup-message to nil.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 7 Sep 1993 08:36:48 +0000
(08:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 7 Sep 1993 08:36:48 +0000
(08:36 +0000)
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 71848ce1106ee8ed67d98354e369a151d7f26e7f..bdce263ceca5a4ed6d2863cc99c03803d18fe92e 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-245,6
+245,10
@@
this variable, if non-nil; 2. `~/.emacs'; 3. `default.el'.")
(if site-run-file
(load site-run-file t t))
+ ;; Sites should not disable this. Only individuals should disable
+ ;; the startup message.
+ (setq inhibit-startup-message nil)
+
;; Load that user's init file, or the default one, or none.
(let ((debug-on-error init-file-debug)
;; This function actually reads the init files.